public class AC_MAC extends Multi_AcceptanceCondition
ACList, outcomeshelper, negotiationSession, offeringStrategy| Constructor and Description |
|---|
AC_MAC()
Empty constructor for the BOA framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(NegotiationSession negoSession,
OfferingStrategy strat,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Standard initialize method to be called after using the empty constructor.
|
determineAcceptability, getACList, getOutcomes, isMAC, printParameters, printParameters, remainingAC, remainingACAcceptsetOpponentUtilitySpacepublic void init(NegotiationSession negoSession, OfferingStrategy strat, java.util.HashMap<java.lang.String,java.lang.Double> parameters) throws java.lang.Exception
AcceptanceStrategyinit in class Multi_AcceptanceConditionnegoSession - state of the negotiation.strat - of the agent.parameters - of the acceptance strategy.java.lang.Exception - thrown when initializing the acceptance strategy fails.